home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume89 / aplictns / keydrill.1 < prev    next >
Internet Message Format  |  1989-05-03  |  35KB

  1. Path: xanth!ames!oliveb!sun!rishathra!page
  2. From: page%rishathra@Sun.COM (Bob Page)
  3. Newsgroups: comp.sources.amiga
  4. Subject: v89i113:  keydrill - typing tutor, Part01/02
  5. Message-ID: <102567@sun.Eng.Sun.COM>
  6. Date: 3 May 89 07:24:42 GMT
  7. Sender: news@sun.Eng.Sun.COM
  8. Lines: 1035
  9. Approved: page@sun.com
  10.  
  11. Submitted-by: neabbs!amichel@nluug.nl
  12. Posting-number: Volume 89, Issue 113
  13. Archive-name: applications/keydrill.1
  14.  
  15. For those people typing away in the CLI and still getting error
  16. messages, here is your solution.  It's in BASIC, but if you don't know
  17. how to handle a keyboard it's no shame to use BASIC for a while :-)
  18.  
  19. # This is a shell archive.
  20. # Remove anything above and including the cut line.
  21. # Then run the rest of the file through 'sh'.
  22. # Unpacked files will be owned by you and have default permissions.
  23. #----cut here-----cut here-----cut here-----cut here----#
  24. #!/bin/sh
  25. # shar: SHell ARchive
  26. # Run the following text through 'sh' to create:
  27. #    read.me
  28. #    LESINF
  29. #    LESSONS
  30. # This is archive 1 of a 2-part kit.
  31. # This archive created: Wed May  3 00:11:18 1989
  32. echo "extracting read.me"
  33. sed 's/^X//' << \SHAR_EOF > read.me
  34. X
  35. X                        Keydrill typing course.
  36. X                        =======================
  37. X
  38. X
  39. XOrigin.
  40. X-------
  41. X
  42. XI found this program on the NEABBS bulletin board (Amsterdam, Holland),
  43. Xin the section for the IBM-PC.  I have adapted it to run on the Amiga
  44. Xunder AmigaBasic, and added this read.me file.  The author's name is in
  45. Xthe program listing.
  46. X
  47. X
  48. XFiles in the archive.
  49. X--------------------- 
  50. X
  51. X  read.me...........installation & user guide
  52. X
  53. X  ck.bas............main program
  54. X
  55. X  title.............the title screen
  56. X  menu..............the menu screen
  57. X  lesinf............lesson information (type, timing, etc)
  58. X  lessons...........text for the typing lessons
  59. X  drills............the typing drills
  60. X
  61. X  rancon.bas........utility program that generates the lessons work files
  62. X  rancond.bas.......utility program that generates the drills work files
  63. X
  64. X
  65. XInstallation.
  66. X-------------
  67. X
  68. XUnpack the archive into some directory and make that your current dir.
  69. XBefore you can run the program, you must generate the lessons and drills
  70. Xwork files as follows:
  71. X
  72. X- Make sure that AmigaBasic is somewhere in your path or current dir.
  73. X
  74. X- Start rancon.bas with 'run amigabasic rancon.bas'; after the message
  75. X  'now run the varous programs' has been displayed, enter 'cont'.
  76. X  While displaying the lesson numbers, the program will now read the
  77. X  lessons file and generate two new files:
  78. X  - lesran............random file with the lessons text (for faster access)
  79. X  - lesst.............index to lesran.
  80. X
  81. X- Start rancond.bas with 'run "rancond.bas"'; after the message
  82. X  'now run the varous programs' has been displayed, enter 'cont'.
  83. X  While displaying the numbers of the lessons that contain drills, the
  84. X  program will now read the drills file and generate two new files:
  85. X  - drilran...........random file with the typing drills (for faster access)
  86. X  - drist.............index to drilran.
  87. X
  88. X- You can now exit AmigaBasic by entering 'system', or run the main
  89. X  program straight away with 'run "ck.bas"'.
  90. X
  91. X- You may now delete the following files from your current dir:
  92. X  - rancon.bas           - rancond.bas
  93. X  - lessons              - drills
  94. X  - lesran.info          - drilran.info
  95. X  - lesst.info           - drist.info
  96. X
  97. X
  98. XUsage.
  99. X------
  100. X
  101. XCD to the directory in which you placed the program and files; make sure
  102. Xthat AmigaBasic is in your path or current dir.
  103. X
  104. XThe program needs the following files in the current dir in order to run:
  105. X  title.............the title screen
  106. X  menu..............the menu screen
  107. X  lesinf............lesson information (type, timing, etc)
  108. X  lesran............random file with the lessons text
  109. X  lesst.............index to lesran
  110. X  drilran...........random file with the typing drills
  111. X  drist.............index to drilran
  112. X
  113. XStart the program from the CLI with 'run amigabasic ck.bas', or from
  114. XAmigaBasic with 'run "ck.bas"'.
  115. X
  116. XFrom here on the program will tell you what to do.  Use the Escape key
  117. Xto end any lesson or drill at any time. 
  118. X
  119. XSuccess!
  120. X
  121. X
  122. XBart Westra, Amsterdam, April 1989.
  123. SHAR_EOF
  124. echo "extracting LESINF"
  125. sed 's/^X//' << \SHAR_EOF > LESINF
  126. XD              0             0               0
  127. XD              0             0               0
  128. XD              0             0               0
  129. XD              0             0               0
  130. XD              0             0               0
  131. XF              0             0               0
  132. XF              0             0               0
  133. XF              0             0               0
  134. XF              0             0               0
  135. XF              0             0               0
  136. XF              0             0               0
  137. XD              0             0               0
  138. XF              0             0               0
  139. XF              0             0               0
  140. XF              0             0               0
  141. XF              0             0               0
  142. XF              0             0               0
  143. XD              0             0               0
  144. XF              0             0               0
  145. XD              0             0               0
  146. XF              0             0               0
  147. XD              0             0               0
  148. XF              0             0               0
  149. XF              0             0               0
  150. XF              0             0               0
  151. XF              0             0               0
  152. XD              0             0               0
  153. XF              0             0               0
  154. XF              0             0               0
  155. XF              0             0               0
  156. XF              0             0               0
  157. XF              0             0               0
  158. XF              0             0               0
  159. XD              0             0               0
  160. XF              0             0               0
  161. XD              0             0               0
  162. XT              10            1               0
  163. XD              0             0               0
  164. XD              0             0               0
  165. XF              0             0               0
  166. XF              0             0               0
  167. XF              0             0               0
  168. XT              5             1               3
  169. XF              0             0               0
  170. XF              0             0               0
  171. XF              0             0               0
  172. XF              0             0               0
  173. XF              0             0               0
  174. XF              0             0               0
  175. XT              4             1               7
  176. XT              4             1               7
  177. XD              0             0               0
  178. XF              0             0               0
  179. XF              0             0               0
  180. XT              7             2               13
  181. XT              6             2               19
  182. XF              0             0               0
  183. XF              0             0               0
  184. XT              5             2               28
  185. XT              5             2               34
  186. XT              5             2               0
  187. XT              12            2               40
  188. XT              12            2               40
  189. XF              0             0               0
  190. XT              1             2               0
  191. XT              1             2               0
  192. XF              0             0               0
  193. XF              0             0               0
  194. XF              0             0               0
  195. XF              0             0               0
  196. XT              12            2               40
  197. XT              12            2               40
  198. XF              0             0               0
  199. XF              0             0               0
  200. XF              0             0               0
  201. XT              12            2               40
  202. XT              12            2               40
  203. XF              0             0               0
  204. XF              0             0               0
  205. XT              12            2               40
  206. XT              12            2               40
  207. XF              0             0               0
  208. XF              0             0               0
  209. XT              12            2               40
  210. SHAR_EOF
  211. echo "extracting LESSONS"
  212. sed 's/^X//' << \SHAR_EOF > LESSONS
  213. X$$$$
  214. X                        ** Frame 1 **
  215. X                        THE HOME KEYS
  216. X
  217. XPut your fingers on these eight keys.  Your fingers remain permanently
  218. Xon these keys.  Whenever you strike another key, your fingers
  219. XMUST RETURN to these keys.
  220. X
  221. X                 a   s   d   f      j   k   l   ;
  222. X
  223. X
  224. X
  225. XFingers:    Fourth Third Second  First      First  Second Third Fourth
  226. X
  227. XThird Row       ( )  ( )  ( )  ( )  ( ) \   ( )  ( )  ( )  ( )  ( )
  228. X
  229. XSecond Row       (a)  (s)  (d)  (f)  ( )  \  ( )  (j)  (k)  (l)  (;)
  230. X
  231. XFirst Row (Shift) ( )  ( )  ( )  ( )  ( )   \ ( )  ( )  ( )  ( )  ( )  (Shift)
  232. X
  233. X                      (      s p a c e     b a r      )
  234. X
  235. X$$$$
  236. X                        ** Frame 2 **
  237. X
  238. X                    Finger Stretching Exercises
  239. X
  240. XPlace your fingers on the home row keys:
  241. X
  242. X                a  s  d  f   j  k  l  :
  243. X
  244. XNotice that all upward reaches from this home row are slightly left;
  245. Xall downward reaches are slightly right.
  246. X
  247. XFingers:    Fourth Third Second  First   First  Second Third Fourth
  248. X
  249. XThird Row       ( )  ( )  ( )  ( )  ( ) \   ( )  ( )  ( )  ( )  ( )
  250. X
  251. XSecond Row       (a)  (s)  (d)  (f)  ( )  \  ( )  (j)  (k)  (l)  (;)
  252. X
  253. XFirst Row (Shift) ( )  ( )  ( )  ( )  ( )   \ ( )  ( )  ( )  ( )  ( )  (Shift)
  254. X
  255. X                      (      s p a c e     b a r      )
  256. X$$$$
  257. X                        ** Frame 3 **
  258. X
  259. XYour first fingers, being stronger than the others,
  260. Xalso make one reach to the center of the keyboard on each row.
  261. X
  262. XTake a moment to run each of your fingers up and down their
  263. Xpathways and see how simple it is.
  264. X
  265. X
  266. X
  267. XFingers:    Fourth Third Second  First   First  Second Third Fourth
  268. X
  269. XThird Row       ( )  ( )  ( )  ( )  ( ) \   ( )  ( )  ( )  ( )  ( )
  270. X
  271. XSecond Row       (a)  (s)  (d)  (f)  ( )  \  ( )  (j)  (k)  (l)  (;)
  272. X
  273. XFirst Row (Shift) ( )  ( )  ( )  ( )  ( )   \ ( )  ( )  ( )  ( )  ( )  (Shift)
  274. X
  275. X                      (      s p a c e     b a r      )
  276. X
  277. X$$$$
  278. X                        ** Frame 4 **
  279. X
  280. X                First-finger Reaches - Left Hand
  281. X
  282. XPut your fingers on the home row keys.
  283. X
  284. X        a  s  d  f       j  k  l  ;
  285. X
  286. XLook at the chart below and think of your 'f' finger as being in the
  287. Xcenter of a car wheel.  Touch 'f', move up to 'r' and back to 'f'; up
  288. Xto 't' and back to 'f'; over to 'g' and back to 'f'; down center to 'b'
  289. Xand back to 'f';down to 'v' and back to 'f'.  Think of this as a
  290. Xclockwise motion even though you return to 'f' each time.
  291. X
  292. X             (r) 1    (t) 2
  293. X               \     /
  294. X                \   /
  295. X                 (f)   --  (g) 3
  296. X                   \  \
  297. X                    \    \
  298. X                    (v) 5   (b) 4
  299. X$$$$
  300. X                        ** Frame 5 **
  301. X
  302. X                First-finger Reaches - Right Hand
  303. X
  304. XPut your fingers on the home row keys.
  305. X
  306. X        a  s  d  f       j  k  l  ;
  307. X
  308. X   Now follow the chart below with your 'j' finger.  Think of this
  309. Xas a counter-clockwise motion.  Touch 'j'; up to 'u' and back to 'j';
  310. Xup and to the left to 'y' and back to 'j'; over to 'h' and back to 'j';
  311. Xdown to 'n' and back to 'j'; down to 'm' and back to 'j'.
  312. X
  313. X                   (y)2 (u)1
  314. X                      \   \
  315. X                         \ \
  316. X                   (h)3--  (j)
  317. X                          /  \
  318. X                         /    \
  319. X                      (n)4    (m)5
  320. X$$$$
  321. X                        ** Frame 6 **
  322. X                  First-Finger Reaches - Drill
  323. X
  324. XType the following drill.  Say each letter as you hit the key.
  325. X     Hit the space bar with your right thumb after each group.
  326. X          Press the return key at the end of each line.
  327. X
  328. XNote that this drill contains all the letters struck by your first
  329. Xfingers.  Each 'word' appears five times.
  330. X
  331. XReminder Diagram:       (r)  (t)  \  (y)  (u)
  332. X                         (f)  (g)  \  (h)  (j)
  333. X                          (v)  (b)  \  (n)  (m)
  334. X                              [space bar]
  335. X$$$$
  336. X                        ** Frame 7 **
  337. X                  First-Finger Reaches - Drill
  338. X
  339. XFrame 7 is the same drill as Frame 6.  This time you will not have
  340. Xthe reminder diagram on the screen.
  341. X
  342. XType this drill five times.
  343. X$$$$
  344. X                        ** Frame 8 **
  345. X                  First-Finger Key Words - Drill
  346. X
  347. XType the following drill.
  348. X
  349. XThis drill contains all the letters struck by your first fingers.
  350. XEach word appears five times.
  351. XSay the letters as you strike the keys. Try to increase
  352. Xyour speed each time you repeat a word.
  353. XReminder Diagram:       (r)  (t)  \  (y)  (u)
  354. X                         (f)  (g)  \  (h)  (j)
  355. X                          (v)  (b)  \  (n)  (m)
  356. X                              [space bar]
  357. X$$$$
  358. X                        ** Frame 9 **
  359. X
  360. XType each word as it appears below.
  361. X$$$$
  362. X                        ** Frame 10 **
  363. X
  364. X                  Review of First-Finger Reaches
  365. X
  366. XSay each letter as you strike the key.
  367. X$$$$
  368. X                        ** Frame 11 **
  369. X
  370. X                    Review of First-Finger Words
  371. X
  372. X
  373. XType the following drill five times.  Say each letter
  374. Xas you strike the key.
  375. X
  376. X$$$$
  377. X                        ** Frame 12 **
  378. X                      Second-Finger Reaches
  379. X
  380. XPut your fingers through the following motions without striking the
  381. Xkeys.
  382. X
  383. XYour second finger on your left hand strikes 'd' on the home row,
  384. Xreaches up slightly left for 'e', and below the home row slightly
  385. Xright for 'c'.
  386. X
  387. XYour second finger on your right hand strikes 'k' on the home row,
  388. Xreaches up slightly left to 'i', and slightly right on the bottom
  389. Xrow for comma (,).
  390. X
  391. X            [e]  (r)  (t)  \  (y)  (u)  [i]
  392. X
  393. X             [d]  (f)  (g)   \  (h)  (j)  [k]
  394. X
  395. X              [c]  (v)  (b)    \  (n)  (m)  [,]
  396. X
  397. X            (      s p a c e     b a r      )
  398. X$$$$
  399. X                        ** Frame 13 **
  400. X
  401. X                      Second-Finger Words
  402. X
  403. XType the drill as it appears.  Say the letters as you strike
  404. Xthe keys.
  405. X
  406. XReminder Keyboard:
  407. X                    [e]  (r)  (t)  \   (y)  (u)  [i]
  408. X
  409. X                      [d]  (f)  (g)  \   (h)  (j)  [k]
  410. X
  411. X                        [c]  (v)  (b)   \  (n)  (m)  [,]
  412. X
  413. X                        (      s p a c e     b a r      )
  414. X$$$$
  415. X                        ** Frame 14 **
  416. X
  417. X                Review of Second-Finger Words
  418. X
  419. XType each word once.  Do not look at your fingers as you type;
  420. Xthis will hold back your progress in typing automatically by touch.
  421. X$$$$
  422. X                        ** Frame 15 **
  423. X              Drill on First and Second-Finger Words
  424. X
  425. XYou will now practice all the reaches made by your first and second
  426. Xfingers.
  427. X
  428. XBefore typing each new word for the first time, put your fingers
  429. Xthrough the motions of typing that word without hitting the keys.
  430. X$$$$
  431. X                        ** Frame 16 **
  432. X             Review of First and Second-Finger Reaches
  433. X
  434. XLook at the first group of letters, 'frf'.  Close your eyes and mentally
  435. Xmake the reaches.
  436. XNow type these reaches five times with your eyes closed.
  437. XDo this with each three-letter group.
  438. X$$$$
  439. X                        ** Frame 17 **
  440. X             Review of First and Second-Finger Words
  441. X
  442. XMentally reach for the letters in each new word.
  443. XType the word five times with your eyes closed.
  444. X$$$$
  445. X                        ** Frame 18 **
  446. X
  447. X                     Third-Finger Reaches
  448. XYour third finger, left hand, strikes 's' on home row, reaches
  449. Xup slightly left to 'w' and down to bottom row slightly right
  450. Xto 'x'.
  451. X
  452. XYour third finger, right hand, strikes 'l' on home row, reaches
  453. Xup slightly left for 'o' and down to bottom row slightly right
  454. Xfor period (.).
  455. X
  456. X       [w]  (e)  (r)  (t)  \    (y)  (u)  (i)  [o]
  457. X
  458. X        [s]  (d)  (f)  (g)   \   (h)  (j)  (k)  [l]
  459. X
  460. X         [x]  (c)  (v)  (b)    \  (n)  (m)  (,)  [.]
  461. X
  462. X            (      s p a c e     b a r      )
  463. X$$$$
  464. X                        ** Frame 19 **
  465. X
  466. X                      Third-Finger Words
  467. X
  468. XType the following words.  Feel out the reaches before striking the keys.
  469. X
  470. XPause briefly before exploring each new word.
  471. X
  472. XReminder Keyboard:       [w]  (e)  (r)  (t)   \  (y)  (u)  (i)  [o]
  473. X
  474. X                          [s]  (d)  (f)  (g)   \  (h)  (j)  (k)  [l]
  475. X
  476. X                           [x]  (c)  (v)  (b)   \  (n)  (m)  (,)  [.]
  477. X
  478. X                             (      s p a c e     b a r      )
  479. X$$$$
  480. X                        ** Frame 20 **
  481. X
  482. X
  483. XYou are now beginning to build a memory pathway between your
  484. Xeyes and your fingers.  When your eye sees a letter, the appropriate
  485. Xfinger wants to move in the direction of that key.  Pretty soon your
  486. Xfingers will do the walking through the keyboard while your mind
  487. Xremains in neutral.
  488. X$$$$
  489. X                        ** Frame 21 **
  490. X
  491. X           Drill on First, Second, and Third-Finger Words
  492. X
  493. XType the following drill to test your memory pathway.
  494. X$$$$
  495. X                        ** Frame 22 **
  496. X
  497. X                Review of First-Finger Reaches
  498. X
  499. XThink of your 'f' finger as being in the center of a car wheel.  In
  500. Xa clockwise movement touch 'f', move up to 'r' and back to 'f'; up to 't'
  501. Xand back to 'f'; right to 'g' and back to 'f'; down center to 'b' and
  502. Xback to 'f'; down to 'v' and back to 'f'.
  503. X
  504. XMake the same motions with the 'j' finger in a counter-clockwise movement:
  505. X
  506. X        jujyjhjnjmj
  507. X$$$$
  508. X                        ** Frame 23 **
  509. X
  510. X                Review of First and Second-Finger Reaches
  511. X
  512. XType the following drill.
  513. X$$$$
  514. X                        ** Frame 24 **
  515. X
  516. X                Review of Third-Finger Reaches
  517. X
  518. XType each three-letter group five times.
  519. X
  520. XFinger the keys before typing each new unit.
  521. X$$$$
  522. X                        ** Frame 25 **
  523. X          Review of First, Second, and Third-Finger Words
  524. X                            Part 1
  525. X
  526. XPut your fingers through the motions of typing each new
  527. Xword without hitting the keys.
  528. X
  529. XClose your eyes and type the word five times.
  530. XOpen your eyes and mentally finger the new word.
  531. XClose your eyes and type that word five times.
  532. XRepeat this procedure until you complete all the words.
  533. X$$$$
  534. X                        ** Frame 26 **
  535. X          Review of First, Second, and Third-Finger Words
  536. X                            Part 2
  537. X
  538. XPut your fingers through the motions of typing each new
  539. Xword without hitting the keys.
  540. X
  541. XClose your eyes and type the word five times.
  542. XOpen your eyes and mentally finger the new word.
  543. XClose your eyes and type that word five times.
  544. XRepeat this procedure until you complete all the words.
  545. X$$$$
  546. X                        ** Frame 27 **
  547. X                     Fourth-Finger Reaches
  548. X
  549. XYour fourth finger on your left hand strikes 'a' on the home row,
  550. Xreaches up slightly left to strike the 'q', and down to the bottom
  551. Xrow slightly right to strike 'z'.
  552. X
  553. XYour fourth finger on your right hand strikes semicolon (;) on
  554. Xthe home row, reaches up slightly left for p, and down to the
  555. Xbottom row slightly right for the oblique mark (/).
  556. X
  557. XPut your fingers through these motions without striking the keys.
  558. X
  559. X    [q]  (w)  (e)  (r)  (t)  \  (y)  (u)  (i)  (o)  [p]
  560. X
  561. X     [a]  (s)  (d)  (f)  (g)  \  (h)  (j)  (k)  (l)  [;]
  562. X
  563. X      [z]  (x)  (c)  (v)  (b)  \  (n)  (m)  (,)  (.)  [/]
  564. X
  565. X                (      s p a c e     b a r      )
  566. X$$$$
  567. X                        ** Frame 28 **
  568. X
  569. X
  570. XType the following drill.  Say each character as you strike it.
  571. X
  572. XReminder Keyboard:
  573. X
  574. X          [q]  (w)  (e)  (r)  (t) \  (y)  (u)  (i)  (o)  [p]
  575. X
  576. X           [a]  (s)  (d)  (f)  (g) \  (h)  (j)  (k)  (l)  [;]
  577. X
  578. X            [z]  (x)  (c)  (v)  (b) \  (n)  (m)  (,)  (.)  [/]
  579. X
  580. X                      (      s p a c e     b a r      )
  581. X$$$$
  582. X                        ** Frame 29 **
  583. X
  584. X                      Fourth-Finger Words
  585. X
  586. XFinger each new word before striking the keys.
  587. X
  588. XThen type each word five times.
  589. X$$$$
  590. X                        ** Frame 30 **
  591. X                           Key Words
  592. X
  593. X               You have now completed the 25 key
  594. X            words that cover the entire alphabet plus
  595. X            the comma and the period.  You will type
  596. X            this list every day as part of your warm-up
  597. X            until you complete this course.
  598. X
  599. XType these key words.  Say each letter as you strike the key.
  600. X$$$$
  601. X                        ** Frame 31 **
  602. X
  603. XClose your eyes and type the 25 key words from memory.
  604. X
  605. XCheck your words against the list.
  606. X$$$$
  607. X                        ** Frame 32 **
  608. X
  609. XType two additional copies of the 25 key words.
  610. XSay the letters as you strike the keys.
  611. X$$$$
  612. X                        ** Frame 33 **
  613. X
  614. XThink and type the following drill.
  615. XKeep your eyes only on the copy. Say each letter as you
  616. Xstrike it.
  617. X$$$$
  618. X                        ** Frame 34 **
  619. X
  620. X                      Typing Capital Letters
  621. X
  622. XHold down the shift key with the fourth finger on your right
  623. Xhand to strike a capital letter on the left side of the keyboard.
  624. X
  625. XHold down the shift key with the fourth finger on your left
  626. Xhand to strike a capital letter on the right side of the keyboard.
  627. X
  628. X
  629. X      Fourth Third Second  First   First  Second Third Fourth
  630. X
  631. X         (1)  (2)  (3)  (4)  (5) \  (6)  (7)  (8)  (9)  (0)
  632. X
  633. X          (Q)  (W)  (E)  (R)  (T) \  (Y)  (U)  (I)  (O)  (P)
  634. X
  635. X           (A)  (S)  (D)  (F)  (G) \  (H)  (J)  (K)  (L)  (;)
  636. X
  637. X    [Shift] (Z)  (X)  (C)  (V)  (B) \  (N)  (M)  (,)  (.)  (/)  [Shift]
  638. X
  639. X                      (      s p a c e     b a r      )
  640. X$$$$
  641. X                        ** Frame 35 **
  642. X
  643. XPractice typing capital letters on the 25 key words.
  644. X$$$$
  645. X                        ** Frame 36 **
  646. X
  647. X                        Timed Writings
  648. X
  649. XYou have learned the full alphabetic keyboard.  Fill your tank with
  650. Xhigh octane gasoline.  From here on in we go for speed.  Every key you
  651. Xstrike will now be timed.  You will be scored for every word you
  652. Xtype.
  653. X$$$$
  654. X                        ** Frame 37 **
  655. X
  656. X        Take ten 30-second timings on these now familiar key
  657. Xwords.  Start typing whenever you want, as the timer will not start until
  658. Xthe first key is pressed.  In thirty seconds the screen will clear
  659. Xand your score will appear.  Try to beat your speed each time.  You will
  660. Xhave ten chances.
  661. X$$$$
  662. X                        ** Frame 38 **
  663. X        Tips on Timings: How to Develop Typing Skill
  664. X
  665. XStarting now, you are going to build your typing speed to higher
  666. Xand higher levels throughout the rest of this course.
  667. X
  668. XAs you force your fingers to make faster and faster responses, you
  669. Xwill certainly make some stroking errors.  However, this is natural.
  670. XYour accuracy can be improved by taking some timings with accuracy
  671. Xas your goal.  Use your own judgment on balancing your timings
  672. Xbetween emphasis on speed and emphasis on accuracy.
  673. X
  674. XHere are some things you should know about the development of
  675. Xtyping skill:
  676. X    1. All gains in speed are made on short, intensive efforts of
  677. X       one minute or less.
  678. X    2. Longer timings are taken to develop the ability to write for longer
  679. X       and longer periods at somewhere near your one-minute rate.
  680. X    3. Take 1/2-minute and 1-minute timings until you can type for one
  681. X       minute at 30 words a minute.  To take longer timings before you
  682. X       reach 30 WPM on 1-minute timings is a waste of your valuable practice
  683. X       time.
  684. X$$$$
  685. X                        ** Frame 39 **
  686. X                     Timing Tips - Continued
  687. X
  688. X4. When you reach 30 WPM on 1-minute timings, take some 2-minute timings
  689. X   every day.  However, most of your practice time should be devoted to
  690. X   increasing your 1-minute rate.
  691. X5. Always loosen up your fingers on the preliminary drills before taking
  692. X   any timed writings.
  693. X6. Learn to relax on the home keys every time there is a pause in your
  694. X   activity.  Keep your fingers curved on the keys and let your palms
  695. X   rest on the frame of the keyboard. NEVER rest on the frame while
  696. X   typing.
  697. X7. Once you start to type, look at the screen, not at the keys.
  698. X8. While typing, if you feel you hit the wrong key, do not look up to
  699. X   verify it; forget it and just concentrate on continuing to type,
  700. X   otherwise you will lose confidence.
  701. X9. Intelligent, concentrated practice as suggested above will make you
  702. X   a fast, accurate typist in a very short time.
  703. X$$$$
  704. X                        ** Frame 40 **
  705. X
  706. X                         Warm-Up Drills
  707. X
  708. XClose your eyes and type the 25 key words from memory.
  709. X
  710. XCheck your copy against the first two lines of the drill below.
  711. XThen type the entire drill.
  712. X
  713. X$$$$
  714. X                        ** Frame 41 **
  715. X
  716. X                      Experts Rhythm Drill
  717. X
  718. XThe a;sl drill introduced here for the first time is known as the
  719. XExpert's Rhythm Drill.
  720. X
  721. XType this drill three times.
  722. X$$$$
  723. X                        ** Frame 42 **
  724. X                    Learning to Type Numbers
  725. X
  726. XYou will type numbers by associating them with the home keys.  Remember
  727. Xthat all upward reaches from the home keys are slightly to the left.
  728. XIn addition, the 'f' and 'j' fingers make one center reach on each row of
  729. Xkeys.
  730. XType the following drill.  Say each letter and number as you strike the
  731. Xkeys.  Check your accuracy.
  732. X      Fourth Third Second  First   First  Second Third Fourth
  733. X         (1)  (2)  (3)  (4)  (5) \  (6)  (7)  (8)  (9)  (0)
  734. X          (q)  (w)  (e)  (r)  (t) \  (y)  (u)  (i)  (o)  (p)
  735. X           (a)  (s)  (d)  (f)  (g) \  (h)  (j)  (k)  (l)  (;)
  736. X    [Shift] (z)  (x)  (c)  (v)  (b) \  (n)  (m)  (,)  (.)  (/)  [Shift]
  737. X                      (      s p a c e     b a r      )
  738. X$$$$
  739. X                        ** Frame 43 **
  740. X                        Timed Writing
  741. X
  742. XThink and type the following paragraph as it appears here.
  743. XSay each letter as you strike the key.  Think of the space after a word
  744. Xor a punctuation mark as part of the word just typed.
  745. XHit the space bar with the same smooth rhythmic beat as the letters.
  746. XSpace once after a comma and space twice after a period.
  747. XTake five 1/2-minute timings on the following paragraph.
  748. XNote your best score of the five timings.
  749. XTiming begins when you start to type.
  750. X
  751. XThe words disappear in 30 seconds and your score appears on the screen.
  752. X$$$$
  753. X                        ** Frame 44 **
  754. X                        Warm up Drills
  755. X
  756. XClose your eyes and type the 25 key words from memory.  Check
  757. Xagainst the list below and see how many you remembered.
  758. X
  759. XThen type them again while looking at the list.
  760. X$$$$
  761. X                        ** Frame 45 **
  762. X
  763. XType the following drills.
  764. X$$$$
  765. X                        ** Frame 46 **
  766. X                     Review of Number Code
  767. X
  768. XType the following code.
  769. X
  770. XFocus your attention on each letter and number as you strike the keys.
  771. X$$$$
  772. X                        ** Frame 47 **
  773. X
  774. X                   More Review of Number Code
  775. X
  776. XThink of the home-key finger used to reach for each number but
  777. Xtype only the numbers in each group.
  778. X
  779. XThink 's' and with that finger reach up to the top row to strike '2';
  780. Xthink 'l' and reach up to the top row with that finger to strike '9'.
  781. X$$$$
  782. X                        ** Frame 48 **
  783. X                   Special Character Reaches
  784. X
  785. XShift on the semicolon (;) key and you will get colon (:).
  786. X
  787. X          (q)  (w)  (e)  (r)  (t) \  (y)  (u)  (i)  (o)  [p]  [{]
  788. X           (a)  (s)  (d)  (f)  (g) \  (h)  (j)  (k)  (l)  [;]  [']
  789. X            (z)  (x)  (c)  (v)  (b) \  (n)  (m)  (,)  (.)  [/]
  790. X                      (      s p a c e     b a r      )
  791. X
  792. XPractice these reaches without striking the keys.
  793. XThe fourth finger on your right hand reaches up one row next to
  794. Xthe letter "p" to strike ({).  Shift and you will get (}).
  795. XOne key to the right of (;) gives you (') on lower case and (")
  796. Xwhen you shift. 'P' finger reaches to bottom key for (/) on lower
  797. Xcase and (?) when you shift.
  798. X
  799. XType the following drill.
  800. X$$$$
  801. X                        ** Frame 49 **
  802. X
  803. X                Special Characters on the Top Row
  804. X
  805. XTo become familiar with the special characters on the top row,
  806. Xadd the following drill to your warm-up.  Use the Shift Key to type
  807. Xthe special characters.
  808. X$$$$
  809. X                        ** Frame 50 **
  810. X
  811. X                        Timed Writings
  812. X
  813. XTake four 1/2-minute timings on this copy.
  814. X$$$$
  815. X                        ** Frame 51 **
  816. X
  817. X                        Timed Writings
  818. X
  819. XTimed writings are the key to developing superior typing skill.
  820. XTake four 30 second timings on this copy.
  821. X$$$$
  822. X                        ** Frame 52 **
  823. X
  824. X                           Reminder
  825. X
  826. XIt is important that you memorize the 25 key words for the
  827. Xalphabet and also the simple code for writing numbers.  You should
  828. Xhave a copy of them with you at all times to review in your spare
  829. Xmoments.  Once committed to memory, you will have them for life.
  830. X$$$$
  831. X                        ** Frame 53 **
  832. X
  833. X                        Warm-Up Drills
  834. X
  835. XClose your eyes and type the 25 key words and the code for numbers.
  836. X
  837. XCheck against the copy and then do all the drills below.
  838. X$$$$
  839. X                        ** Frame 54 **
  840. X
  841. X                       More Practice Drills
  842. X
  843. XType the following drills.
  844. X$$$$
  845. X                        ** Frame 55 **
  846. X                        Timed Writings
  847. X
  848. XAll your timings will now be for one minute.  Take seven 1-minute
  849. Xtimings on this copy.
  850. X$$$$
  851. X                        ** Frame 56 **
  852. X                        Timed Writings
  853. X
  854. XYou will type this paragraph six times.  Your first typing will be
  855. Xfor accuracy.
  856. X$$$$
  857. X                        ** Frame 57 **
  858. X
  859. X                        Warm-Up Drills
  860. X
  861. XStart your warm-up by typing the 25 key words and the number code with
  862. Xyour eyes closed.  Check your "closed-eyes" drill against the drill
  863. Xbelow.  Then type two copies of the entire drill.
  864. X$$$$
  865. X                        ** Frame 58 **
  866. X
  867. X                   Warm-Up Drills Continued
  868. X
  869. XType two copies of the following drill.
  870. X$$$$
  871. X                        ** Frame 59 **
  872. X                        Timed Writings
  873. X
  874. XWe are back to speed once again.  You won't gain speed unless you
  875. Xpush.  If you push, you will make errors.  That's because you are
  876. Xtrying to type faster than you can type.  But that's the way you
  877. Xgain speed.  Start Flying!
  878. X$$$$
  879. X                        ** Frame 60 **
  880. X
  881. XWow! That was work.  Take a 2-minute breather.  Stand up.  Stretch
  882. Xout.  Bend over.  Punch the air.  But don't punch me.  Relax.
  883. X
  884. XThis is a new paragraph.  Slow down for accuracy.
  885. X$$$$
  886. X                        ** Frame 61 **
  887. X
  888. XYou will now type five 1-minute timings on this familiar but
  889. Xmost important material.
  890. X$$$$
  891. X                        ** Frame 62 **
  892. X
  893. XAre you tired?  That was hard work.  It's a great way to build speed in
  894. Xa hurry.  Take a long two-minute rest, and hit those keys again.
  895. X
  896. XThis time for accuracy.
  897. X$$$$
  898. X                        ** Frame 63 **
  899. X
  900. XWe are back to speed again.  More back-breaking
  901. Xwork.  More speed.  This time we are going to give
  902. Xyou ten chances to set a new speed record.  Your
  903. Xfirst typing will be for accuracy.  Your next ten
  904. Xtypings will be for speed, and your final typing
  905. Xfor accuracy.  Notice your speed increase between
  906. Xyour first typing and your twelfth typing.
  907. X
  908. XStart typing for accuracy this time.
  909. X$$$$
  910. X                        ** Frame 64 **
  911. X
  912. XStart your warm-up each day by typing the key words and the number
  913. Xcode with your eyes closed before copying the warm-up drills.
  914. XEvery time you type them, you are reviewing the entire alphabet,
  915. Xthe comma, the period, and the numbers.
  916. X
  917. X$$$$
  918. X                        ** Frame 65 **
  919. X
  920. XTimed writings.  Start typing for accuracy.
  921. X$$$$
  922. X                        ** Frame 66 **
  923. X
  924. XTimed writings.  Start typing for accuracy.
  925. X$$$$
  926. X                        ** Frame 67 **
  927. X
  928. X                        Warm-Up Drills
  929. X
  930. XRemember - The key to your success in typing is KEYBOARD MASTERY -
  931. Xbeing able to hit all keys without looking.  The drill lines coming
  932. Xup are aimed at that goal.  Keep trying to commit them all to
  933. Xmemory.
  934. X
  935. XType these next four lines with your eyes closed.  Check your accuracy.
  936. XThen type this drill again with your eyes open.
  937. X$$$$
  938. X                        ** Frame 68 **
  939. X
  940. X                    Review of Special Characters
  941. X
  942. XThe best way to pratice special characters is by associating
  943. Xthem with the numbers on the keys.  After some practice, you
  944. Xwill be able to use them in any combination.  Type this drill
  945. X-- without looking.
  946. X$$$$
  947. X                        ** Frame 69 **
  948. X
  949. X                     Common-Word Practice
  950. X
  951. XStarting with this drill, you will practice the most common
  952. Xwords in our language.  Words of less than four letters were
  953. Xleft out.  They are listed in the order of their frequency with
  954. Xa few exceptions made for the sake of the arrangement of the copy.
  955. X
  956. XType the following drill, trying to speed up your fingers
  957. Xon the second and third typing of each word.
  958. X$$$$
  959. X                        ** Frame 70 **
  960. X
  961. XCommon-Word Practice continued.
  962. X$$$$
  963. X                        ** Frame 71 **
  964. X
  965. XTimed writings.  Start typing for accuracy.
  966. X$$$$
  967. X                        ** Frame 72 **
  968. X
  969. XTimed writings.  Start typing for accuracy.
  970. X$$$$
  971. X                        ** Frame 73 **
  972. X
  973. X                        Warm-Up Drills
  974. X
  975. XType these five lines with your eyes closed.  Check your accuracy.
  976. XType them again with your eyes open.
  977. X$$$$
  978. X                        ** Frame 74 **
  979. X
  980. X                     Common-Word Practice
  981. X
  982. XType the following drill, trying to speed up your fingers
  983. Xon the second and third typing of each word.
  984. X$$$$
  985. X                        ** Frame 75 **
  986. X
  987. XCommon-Word Practice continued.
  988. X$$$$
  989. X                        ** Frame 76 **
  990. X
  991. XTimed writings.  Start typing for accuracy.
  992. X$$$$
  993. X                        ** Frame 77 **
  994. X
  995. XTimed writings.  Start typing for accuracy.
  996. X$$$$
  997. X                        ** Frame 78 **
  998. X
  999. X                     Common-Word Practice
  1000. X
  1001. XType the following drill, trying to speed up your fingers
  1002. Xon the second and third typing of each word.
  1003. X$$$$
  1004. X                        ** Frame 79 **
  1005. X
  1006. X                Common-Word Practice Continued
  1007. X$$$$
  1008. X                        ** Frame 80 **
  1009. X
  1010. XTimed writings.  Start typing for accuracy.
  1011. X$$$$
  1012. X                        ** Frame 81 **
  1013. X
  1014. XTimed writings.  Start typing for accuracy.
  1015. X$$$$
  1016. X                        ** Frame 82 **
  1017. X
  1018. X                           Warm-Up
  1019. X
  1020. XType the five lines with your eyes closed.  Check your accuracy.
  1021. XType them two more times with your eyes open.
  1022. X$$$$
  1023. X                        ** Frame 83 **
  1024. X
  1025. X                         More Warm-Up
  1026. X
  1027. XSix new words are being added to your daily warm-up.  Their purpose is to
  1028. Xgive you better finger action and to cut down on unnecessary wrist
  1029. Xand arm motion.
  1030. X
  1031. XType this drill.
  1032. X$$$$
  1033. X                        ** Frame 84 **
  1034. X
  1035. XThis is your final timed writing.  Practice this or any of the timed
  1036. Xwriting frames as often as necessary to achieve your desired speed
  1037. Xgoal.  Remember to begin and end every speed-building activity with
  1038. Xan accuracy writing.  Start typing for accuracy.
  1039. X$$$$
  1040. X                        ** END OF LESSON **
  1041. X$$$$
  1042. SHAR_EOF
  1043. echo "End of archive 1 (of 2)"
  1044. # if you want to concatenate archives, remove anything after this line
  1045. exit
  1046.